home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / dragonball-kart.swf / scripts / DefineButton2_178 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-10-17  |  396 b   |  19 lines

  1. on(release){
  2.    _root.suni = 0;
  3.    if(_root.nowball == 7 and _root.stage == 5)
  4.    {
  5.       _root.stage = _root.stage + 1;
  6.       _root.gotoAndStop(20 + _root.stage);
  7.    }
  8.    else if(_root.stage == 5)
  9.    {
  10.       _root.gotoAndStop("his");
  11.    }
  12.    else
  13.    {
  14.       _root.stage = _root.stage + 1;
  15.       trace(_root.stage + "_asdasd");
  16.       _root.gotoAndStop(20 + _root.stage);
  17.    }
  18. }
  19.